PowerSNMP for .NET
Opaque Constructor(Byte[])




The byte array assigned to this object.
Initializes a new instance of the Opaque class.
Syntax
Public Function New( _
   ByVal value() As Byte _
)
Dim value() As Byte
 
Dim instance As New Opaque(value)
public Opaque( 
   byte[] value
)
public: Opaque( 
   byte[]* value
)
public:
Opaque( 
   array<byte>^ value
)

Parameters

value
The byte array assigned to this object.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionvalue is a null reference.
See Also

Reference

Opaque Class
Opaque Members
Overload List


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic